<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common css */
.fl {
    float: left;
}
.fr {
    float: right;
}
img {
    max-width: 100%;
}
/* box-head */
.box-head {
    background-color: rgba(0, 0, 0, .45);
    padding: 0.8% 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.head-right1 {
    float: right;
    width: 20%;
    background: url(//cdn.myxypt.com/de68171c/21/08/230ea37d94b264b03e78b99a814b46d994a60299.png)no-repeat left center;

    padding-left: 60px;
    background-size: 44px
}
.head-right1 p{color:#fff;line-height:80px;font-size:24px;}
.head-right {
    float: right;
    width: 165px;
    text-align: right;
    border-left: 1px solid rgba(255, 255, 255, .31);
    margin-top: 0.9%;
  }
  
  .head-right #formsearch,
  .head-right .x-login {
    display: inline-block;
    vertical-align: middle;
  }
  
  .head-right #formsearch {
    position: relative;
  }

  
  .head-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 24px;
    height: 24px;
    font-size: 0;
    background: url(//cdn.myxypt.com/de68171c/21/08/73032cdd58296e5bc1e520a6921043071b444d62.png) no-repeat center;
  }
  
  .head-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 24px);
    color: rgba(255, 255, 255, 0.5);
    padding-left: 25px;
}

/* box-productcate */
.box-productcate {
    border: 1px solid #e6e6e6;
    padding: 3.9% 0 3.8%;
}
.main-title {
    position: relative;
    text-align: center;
    background: url(//cdn.myxypt.com/de68171c/21/08/422a54517495c7aa974722fec7adde7bcc33aab4.png) no-repeat center;
    font-size: 36px;
    font-weight: bold;
    color: #232323;
}
.productcate-title  {
    margin-bottom: 4.5%;
}
.procate-con a {
    display: block;
    /* width: 17%;
    border: 1px solid #dadada;
    text-align: center;
    padding: 0.7% 0 0.9%; */
}

.procate-con .procate-cover {
    margin-right: 3.7%;
}

@media (min-width:992px) {
    .procate-con .procate-cover:nth-child(-n+5) {
    margin-bottom: 2.5%;
}
    .procate-con .procate-cover:nth-child(5n) {
    margin-right: 0;
}
}
.procate-con h3 {
    font-size: 18px;
    color: #232323;
    font-weight: bold;
}
.procate-img {
    margin-bottom: 3%;
}
.product-title {
    margin: 4.9% 0 3.7%;
}
.procate-cover {
    position: relative;
    width: 21%;
    border: 1px solid #dadada;
    text-align: center;
    padding: 0.6% 0 0.8%;
}
.box-productcate .procate-con .bg {
    width: 100%;
    height: 100%;
    background:url(//cdn.myxypt.com/de68171c/21/08/cf3d23ed3aeb9650865b1b41c313ae303060f171.png) no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    transform: scale(0);
}
@media (min-width:992px) {
    .box-productcate .procate-cover:hover .bg {
    transform: scale(1);
}
.box-productcate .procate-cover:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.19);
}
}

@media (max-width:991px) {
    .procate-cover {
        width: 30%;
    }
    .procate-con .procate-cover:nth-child(3n) {
        margin-right: 0;
    }
    .procate-con .procate-cover {
        margin-bottom: 2.5%;
    }
    
.procate-con .procate-cover {
    margin-right: 5%;
    padding: 0.6% 0 1.8%;
}
}
@media (max-width:767px) {
    .procate-con h3 {
        font-size: 16px;
        font-weight: 400;
    }
    .main-title {
        font-size: 18px;
        background-image: none;
    }
    .product-title {
        margin: 4.9% 0 4.9%;
    }
}
@media (max-width: 400px) {
    .procate-con h3 {
        font-size: 13px;
    }
}

/* box-product */
.main-product {
    padding: 0 56px;
}
.product-item {
    border: 1px solid #dadada;
    text-align: center;
    transition: all 0.5s;
}
.product-t {
    font-size: 16px;
    color: #323232;
    margin: 7% 0 3%;
}
.product-text p {
    color: #606060;
    font-size: 12px;
}
.product-text span {
    display: block;
    width: 40.5%;
    font-size: 12px;
    color: #606060;
    line-height: 2.4;
    border: 1px solid #cdcdcd;
    margin: 5% auto 6%;
}
.product-arrow {
    position: relative;
}
.product-arrow .swiper-button-prev {
    background-image: url(//cdn.myxypt.com/de68171c/21/08/9b3417ce49cd58cdb6261006afa2b9fb825242e7.jpg);
    left: -5.5%;
    right: auto;
}
.product-arrow .swiper-button-prev:hover {
    background-image: url(//cdn.myxypt.com/de68171c/21/08/eeef8c09cd88c70a1d72a60ca31966b34d5d7262.jpg);
}
.product-arrow .swiper-button-next {
    background-image: url(//cdn.myxypt.com/de68171c/21/08/3a2ce65eebc6860cc76cedab7f2eb774201c6b58.jpg);
    right: -5.5%;
    left: auto;
}

.product-arrow .swiper-button-next:hover {
    background-image: url(//cdn.myxypt.com/de68171c/21/08/4a58bb3401a8abb8373666afc7ac3a5dca723c6e.jpg);
}
.product-arrow .swiper-button-next,.product-arrow .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 82px;
    margin-top: -19%;
    z-index: 10;
    cursor: pointer;
    background-size: 52px 82px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.box-product .product-more {
    display: block;
    width: 235px;
    height: 57px;
    font-size: 18px;
    color: #fff;
    line-height: 57px;
    background-color: #004fe1;
    border-radius: 28px;
    text-align: center;
    margin: 3.4% auto 5%;
}
@media (max-width:1199px) {
    .product-arrow {
        display: none;
    } 
    .main-product {
        padding: 0 15px;
    }
}
@media (max-width:991px) {
    .product-text p {
        display: none;
    }
}
@media (min-width:992px) {
    .product-item:hover {
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
    }
    .product-item:hover .product-t {
        color: #004fe1;
    }
    .product-item:hover .product-text span {
        background-color: #004fe1;
        border: none;
        color: #fff;
    }
}
@media (max-width:767px) {
    .box-product .product-more {
        width: 140px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        margin: 5% auto 5%;
    }
}
/* box-company */
.box-company {
    background: url(//cdn.myxypt.com/de68171c/21/09/e3f594e4183feb68e11bb88456235846d9862409.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 4.7%;
}
.company-title {
    color: #fff;
    margin: 4.9% 0;
    background: url(//cdn.myxypt.com/de68171c/21/08/ab83a61bf8c6f1cc5d21427f8e5d337682c8c682.png) no-repeat center;
}
.company-left {
    width: 71%;
    /*background-color: rgba(4, 3, 56, .71);*/
    padding: 4.2% 1.8% 1.5% 1.8%;
}
.company-left h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2.2%;
}
.company-left .company-text {
    font-size: 15px;
    color: #fff;
    line-height: 2.6;
}
.company-left .company-more {
    display: block;
    width: 154px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #272729;
    font-size: 16px;
    background-color: #fff;
    border-radius: 28px;
}
.company-left .company-text p {
    margin-bottom: 2.8%;
}
.company-list {
    width: 28%;
}
.company-list .company-item {
    border: 1px solid #fff;
    height: 95px;
    padding: 0 11.5% 0 7%;
}
.company-list .company-item:not(:last-child) {
    margin-bottom: 8%;
}
.company-list .company-item p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 95px;
}
.company-list .company-item h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    margin-top: 18px;
    padding-left: 8%;
}
.company-list .company-item .company-icon {
    line-height: 95px;
    margin-right: 7.5%;
}
@media (max-width:1519px) {
    .company-list .company-item {
        padding: 0 8.5% 0 7%;
    }
}
@media (max-width:1399px) {
    .company-list .company-item p {
        font-size: 20px;
    }
    .company-list .company-item h3 {
        font-size: 16px;
        padding-left: 5%;
    }
}
@media (max-width:1199px) {
    .company-list .company-item .company-icon {
        line-height: 95px;
        margin-right: 2.5%;
        width: 18%;
    }
    .company-list .company-item p {
        font-size: 18px;
    }
    .company-list .company-item {
        padding: 0 6.5% 0 5%;
    }
    .company-list .company-item h3 {
        padding-left: 6%;
    }
}
@media (max-width:997px) {
    .company-left {
        float: none;
        width: 100%;
        margin-bottom: 2%;
    }
    .company-list {
        float: none;
        width: 100%;
    }
    .company-list .company-item:not(:last-child) {
        margin-bottom: 2%;
    }
}
@media (max-width:767px) {
    .company-title {
        background-image: none;
    }
    .company-left h3 {
        font-size: 18px;
    }
    .company-left {
        padding: 6%;
    }
    .company-left .company-text {
        font-size: 14px;
        line-height: 2.4;
    }
    .company-list .company-item {
        height: 80px;
        overflow: hidden;
    }
    .company-list .company-item .company-icon {
        line-height: 80px;
        
    }
    .company-list .company-item p {
        line-height: 80px;
    }
    .company-list .company-item h3 {
        margin-top: 11px;
    }
}
/* box-app */
.app-item {
    border: 1px solid #dadada;
    width: 22.75%;
    margin-bottom: 2%;
}
.app-item:not(:last-child) {
    margin-right: 2%;
}
.app-border {
    position: relative;
    padding: 4px;
    text-align: center;
}
.app-img {
    position: relative;
    overflow: hidden;
}
.app-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(3,13,39, 0.62);
    background-size: 100% 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 9;
}

.app-t {
    position: absolute;
    bottom: 3%;
    background-color: #fff;
    color: #232323;
    font-size: 1.5rem;
    width: 63.5%;
    left: 50%;
    transform: translate(-50%);
    line-height: 2.4;
    text-align: center;
    z-index: 10;
}
.app-more {
    display: block;
    width: 236px;
    height: 57px;
    line-height: 57px;
    background-color: #004fe1;
    border-radius: 28px;
    text-align: center;
    color: #fff;app-more
    font-size: 18px;
    margin: 3% auto 3.8%;
}
.app-more:hover {
    color: #fff;
}
.app-title {
    margin: 4.8% 0 2.8%;
}
@media (min-width:992px) {
    .app-item:hover .app-bg {
        bottom: 0;
    }
    .app-item:hover .app-t {
        background-color: #004fe1;
        color: #fff;
    }
    .app-item:hover {
        border: 1px solid #004fe1;
    }
    .app-more:hover {
        color: #fff;
    }
}
@media (max-width:767px) {
    .app-item {
        width: 48.5%;
    }
    .app-item:not(:last-child) {
        margin-right: 0%;
    }
    .app-item:nth-child(odd) {
        margin-right: 3%;
    }
    .app-item:nth-child(-n+2) {
        margin-bottom: 2%;
    }
    .app-more {
        width: 140px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        margin: 6% auto 6%;
        color: #fff;
    }
    .app-t {
        font-size: 14px;
    }
    .app-title {
        margin: 4.8% 0 4.8%;
    }
    .app-more:hover {
        color: #fff;
    }
}
/* box-news */
.box-news {
    background: url(//cdn.myxypt.com/de68171c/21/08/3f3abdd0bf0b6e523e2ad6aec53a4714c7602183.jpg) no-repeat top center;
    padding-bottom: 3.3%;
}
.news-title {
    color: #fff;
    margin: 7% 0 6%;
    background: url(//cdn.myxypt.com/de68171c/21/08/9949e44b8982035a3ee6e2d3226ac502031af142.png) no-repeat center;
}
.news-con {
    background-color: #fff;
    padding: 2.7% 2.7% 1.6%;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
}
.news-left {
    width: 48%;
}
.news-left-img {
    overflow: hidden;
}
.news-left-img img {
    -webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.news-left h3 {
    font-size: 18px;
    color: #404040;
    font-weight: bold;
    margin: 5% 0 3%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-left-time {
    color: rgba(66, 66, 66, .67);
    font-size: 12px;
}
.news-left-text {
    font-size: 14px;
    color: #424242;
    line-height: 2.3;
    margin: 0.7% 0 1.4%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-left-more {
    width: 110px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-color: #004fe1;
}
.news-right-list {
    width: 50.2%;
}
.news-right-img {
    width: 26.7%;
}
.news-right-con {
    width: 69.2%;
    padding-top: 1.8%;
}
.news-right-con h3 {
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
margin-bottom: 5.2%;
}
.news-right-text {
    font-size: 14px;
    color: #404040;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 2.15;
}
.news-right-item:not(:last-child) {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 4%;
}
.news-right-item:not(:first-child) {
    padding-top: 4%;
}
.news-right-item {
    padding-right: 5.5%;
}
@media (max-width:1399px) {
    .news-right-con {
        padding-top: 0.8%;
    }
    .news-right-con h3 {
        margin-bottom: 2.2%;
    }
    .news-left {
        width: 43%;
    }
    .news-right-list {
        width: 55.2%;
    }
}
@media (min-width:992px) {
    .news-left-more:hover {
        color: #fff;
    }
    .news-left:hover img{
            -webkit-transform: scale(1.1);
            transform: scale(1.1);

    }
    .news-left:hover h3 {
        color: #004fe1;
    }
    .news-right-item:hover .news-right-con h3 {
        color: #004fe1;
    }
}
@media (max-width:991px) {
    .news-right-list {
        width: 100%;
    }
    .news-con {
        padding: 2.7%;
    }
    .news-right-con {
        padding-top: 2.8%;
    }
}

@media (max-width:767px) {
    .news-right-img {
        width: 33.7%;
    }
    .news-right-con {
        width: 61.2%;
    }
    .news-title {
        background-image: none;
    }
    .box-news {
        padding-bottom: 10%;
    }
}
@media (max-width:450px) {
    .news-right-text {
        font-size: 14px;
        color: #404040;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        line-height: 2.15;
    }
}
/* box-foot */
.box-foot {
    background-color: #323232;
    padding: 2.5% 0 2.8%;
}
.foot-contact {
    width: 39%;
    margin-right: 8.5%;
}
.foot-copyright {
    font-size: 12px;
    color: #fff;
    margin-top: 2%;
}
.foot-copyright a {
    color: #fff;
}
.foot-inquiry {
    display: block;
    float: left;
    background: url(//cdn.myxypt.com/de68171c/21/08/bbb9f068ee20daccb89d0c6785be8f45404f047d.png) no-repeat 44px center;
    border-radius: 28px;
    width: 245px;
    height: 57px;
    background-color: #fff;
    text-align: right;
    line-height: 57px;
    font-weight: bold;
    color: #004fe1;
    font-size: 24px;
    padding-right: 47px;
    margin-right: 23px;
}
.foot-contact-tel h3 {
    font-size: 16px;
    color: #fff;
}
.foot-contact-tel p {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.foot-contact-add {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-top: 1.2%;
}
.foot-qrcode {
    text-align: center;
    margin-top: 1%;
    width: 10%;
}
.foot-qrcode p {
    font-size: 12px;
    color: #fff;
    margin-top: 12px;
}
.foot-inquiry:hover {
    color: #004fe1;
}
@media (max-width:1519px) {
    .foot-contact {
        width: 40%;
        margin-right: 4.5%;
    }
}
@media (max-width:1399px) {
  
    .foot-contact {
        width: 50%;
        margin-right: 0;
    }
}
@media (max-width:1199px) {
    .foot-contact {
        width: 70%;
        margin-right: 0;
    }
}
@media (min-width:992px) {
    .foot-inquiry:hover {
        color: #004fe1;
    }
}
@media (max-width:767px) {
      .baidu-map {
        display: none;
    } 
    .foot-inquiry {
        display: none;
    }
    .foot-contact {
        float: none;
        width: 100%;
    }
    .foot-qrcode {
        float: none;
        float: left;
        width: 22%;
    }
    .box-foot {
        padding: 5.5% 0 5.8%;
    }
    .foot-contact-tel p {
        font-size: 22px;
    }
    .foot-contact-add {
        font-size: 14px;
    }
    .foot-copyright {
        margin-top: 0;
    }
    .foot-qrcode {
        margin-top: 5%;
    }
}
/* box-bottom */
.box-bottom {
    color: #8b8b8b;
    font-size: 12px;
    text-align: center;
    padding: 0.5% 0;
}
.box-bottom  a {
    color:#8b8b8b;
}

@media (min-width:992px) {
    .box-bottom a:hover {
        color: #004fe1;
    }
    /* Shrink */
.hvr-shrink {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}
@media(min-width:1400px) {
    .container {
        width: 1350px;
    }
}
@media(min-width:1520px) {
    .container {
        width: 1470px;
    }
}</pre></body></html>